home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 2010 Software/Programs / PCGuia_programas.iso / Software / Utils / Advanced SystemCare / asc-setup.exe / {app} / tb / chrome / iobitcom.jar / content / enTestAccount.xul < prev    next >
Encoding:
Extensible Markup Language  |  2009-12-23  |  3.4 KB  |  84 lines

  1. <?xml version="1.0"?>
  2.  
  3. <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
  4.  
  5. <dialog 
  6.     windowtype="EBEMailNotifierDialogs_CT2384137" 
  7.     id="EBEmailNotifierXULTestAccountDialogID" 
  8.     xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" 
  9.     xmlns:html="http://www.w3.org/1999/xhtml" 
  10.     title="E-mail Account Test" 
  11.     onload="EBEMailNotifierDialogsXULEvents_CT2384137.OnLoadTestAccountDialog(event);" 
  12.     onunload="EBEMailNotifierDialogsXULEvents_CT2384137.OnUnloadTestAccountDialog(event);"
  13.     buttons="accept"
  14.     buttonlabelaccept="Cancel">
  15.  
  16.   <script type="application/x-javascript"  src="chrome://iobitcom/content/ctoolbar.js"/>
  17.     
  18.     <script type="application/x-javascript">
  19.         
  20.         var m_oAddEditDialogDocument            = window.arguments[0];
  21.     </script>
  22.   <html:style type="text/css">
  23.     treechildren::-moz-tree-row(selected) { background-color: white; }
  24.     treechildren::-moz-tree-row(odd) { background-color: white; }
  25.     treechildren::-moz-tree-row(odd, selected) {  color: black;background-color:white;}
  26.     treechildren::-moz-tree-cell-text { padding-left: 7px; padding-right: 7px;  }
  27.     treechildren::-moz-tree-cell-text(selected) { color:black; }
  28.     treechildren::-moz-tree-cell-text(odd, selected) { color: black;background-color:white }
  29.     treechildren::-moz-tree-cell-text(failed) { color: Red; font-weight: Bold; font-size: 13px; background-color:white;  }
  30.     treechildren::-moz-tree-cell-text(success) { color: Green; font-weight: Bold; font-size: 13px; background-color:white;  }
  31.   </html:style>
  32.   <vbox id="mainBox">
  33.         <label id="EmailAccountTest" value="E-mail Account Test" style="font-weight:bold;"/>
  34.         <separator class="groove"/>
  35.         <hbox pack="center">
  36.             <tree seltype="single" rows="4" hidecolumnpicker="true" style="width:350px;height:120px;">
  37.                 <treecols>
  38.                     <treecol id="tcTasks" style="width:250px;" label="Tasks" flex="1"/>
  39.                     <splitter class="tree-splitter"/>
  40.                     <treecol id="tcStatus" label="Status" flex="1"/>
  41.                     <splitter class="tree-splitter"/>
  42.                 </treecols>
  43.                 <html:div style="width:350px;display:none;text-align:left" id="errorLogoutDiv">
  44.                     <hbox>
  45.                         <image id="imgWarning" height="16" style="height:16px;"/>
  46.                         <html:div style="width:330px" id="txtWarning"/>
  47.                     </hbox>    
  48.                 </html:div>
  49.                 <treechildren id="treeChildren">
  50.                     <treeitem>
  51.                         <treerow>
  52.                             <treecell id="tcEstablishConnection" src="chrome://iobitcom/skin/blank.png" label=" Establish network connection"/>
  53.                             <treecell id="tcEstablishConnectionValue" label=""/>
  54.                         </treerow>
  55.                     </treeitem>
  56.                     <treeitem>
  57.                         <treerow>
  58.                             <treecell id="tcLoginMsg" src="chrome://iobitcom/skin/blank.png" label=" Login to mail server"/>
  59.                             <treecell id="tcLoginMsgValue" label=""/>
  60.                         </treerow>
  61.                     </treeitem>
  62.                     <treeitem>
  63.                         <treerow>
  64.                             <treecell id="tcFinishMsg" src="chrome://iobitcom/skin/blank.png" label=""/>
  65.                             <treecell id="tcFinishMsgValue" label=""/>
  66.                         </treerow>
  67.                     </treeitem>
  68.           <treeitem>
  69.             <treerow>
  70.               <treecell id="tcFinishMsgDone" label="" src="chrome://iobitcom/skin/blank.png"/>
  71.               <treecell id="tcFinishMsgDoneValue" label=""/>
  72.             </treerow>
  73.           </treeitem>
  74.                 </treechildren>
  75.             </tree>
  76.         </hbox>
  77.         <spacer height="20px;"/>
  78.         <separator class="groove"/>
  79.         <hbox pack="center">
  80.             <button dlgtype="accept" id="btnOKCancel" />
  81.         </hbox>
  82.     </vbox>
  83. </dialog>
  84.